home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7599 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.9 KB  |  47 lines

  1. Path: mn5.swip.net!news
  2. From: dan.eriksson@vxjkatedral.se (Peter Liljenberg)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GadToolbox.library NEEDED, please
  5. Date: 19 Apr 1996 06:00:19 GMT
  6. Organization: VΣxj÷ Katedralskola
  7. Message-ID: <4l7a5j$fbg@mn5.swip.net>
  8. References: <Pine.SCO.3.91.960418123231.9426B-100000@student.cc.fc.ul.pt>
  9. Reply-To: dan.eriksson@vxjkatedral.se (Peter Liljenberg)
  10. NNTP-Posting-Host: tty17-60.swipnet.se
  11. X-Newsreader: WinVN 0.92.2
  12.  
  13. In article <Pine.SCO.3.91.960418123231.9426B-100000@student.cc.fc.ul.pt>, Pedro Duarte <fnuke@cc.fc.ul.pt> says:
  14. >
  15. >
  16. >        Does anybody have the gadtoolsbox.library ? If so, could
  17. >you send it to me or tell me where can I find it ?
  18. >
  19. >
  20. >
  21. >Thanx 
  22. >                                                Pedro Duarte
  23. >
  24.  
  25. I think you want the program GadToolsBox, which is used to create GUIs.
  26. GadToolsBox generates source code which doesn't need a special library.
  27. You can find GadToolsBox in dev/gui on Aminet.
  28.  
  29. But if you're looking for a simple way of creating GUIs, take a look at 
  30. the library systems Triton or BGUI (In dev/gui, triXXusr.lha, triXXdev.lha
  31. [XX = version] and bgui.lha). I haven't used BGUI, but I'm a registred user 
  32. of Triton, and it's very simple to make goodlooking, fontsensitive GUIs 
  33. which also adapts to the window size, thus allows resizing.
  34.  
  35. Though I wouldn't recommend it, there's MUI too. While being undeniably
  36. powerful, it's slow and uses a lot of memory. And it uses cooperative 
  37. multitasking (in a way), just like W*nd*ws, when any sensible system 
  38. should use preemptive.
  39.  
  40. This means, when you discuss GUIs, that instead of letting the system take
  41. care of graphical response to the user action (e.g. render a button so it
  42. seems to be pressed when clicked), the applation must do this instead 
  43. (via MUI). If the program is working then, the user won't get any response
  44. to his/her actions.
  45.  
  46.     Peter Liljenberg
  47.